home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / share / masaofis / treesize / _SETUP.1 / Tsizepro.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt
Text File  |  1997-06-01  |  3KB  |  130 lines

  1. object AboutBox: TAboutBox
  2.   Left = 358
  3.   Top = 179
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'Info'
  7.   ClientHeight = 209
  8.   ClientWidth = 318
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 6
  19.     Top = 7
  20.     Width = 305
  21.     Height = 153
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 16
  26.       Top = 16
  27.       Width = 41
  28.       Height = 41
  29.       IsControl = True
  30.     end
  31.     object ProductName: TLabel
  32.       Left = 88
  33.       Top = 16
  34.       Width = 102
  35.       Height = 13
  36.       Caption = 'Produktname'
  37.       IsControl = True
  38.     end
  39.     object Version: TLabel
  40.       Left = 88
  41.       Top = 40
  42.       Width = 81
  43.       Height = 13
  44.       Caption = 'Version'
  45.       IsControl = True
  46.     end
  47.     object Copyright: TLabel
  48.       Left = 8
  49.       Top = 72
  50.       Width = 190
  51.       Height = 13
  52.       Caption = 'Copyright 1996-1997 by Joachim Marder'
  53.       IsControl = True
  54.     end
  55.     object Comments: TLabel
  56.       Left = 48
  57.       Top = 96
  58.       Width = 3
  59.       Height = 13
  60.       Cursor = crDrag
  61.       Font.Color = clBlue
  62.       Font.Height = -11
  63.       Font.Name = 'MS Sans Serif'
  64.       Font.Style = [fsUnderline]
  65.       ParentFont = False
  66.       WordWrap = True
  67.       IsControl = True
  68.     end
  69.     object Label2: TLabel
  70.       Left = 8
  71.       Top = 120
  72.       Width = 36
  73.       Height = 13
  74.       Caption = 'WWW:'
  75.     end
  76.     object Label3: TLabel
  77.       Left = 8
  78.       Top = 102
  79.       Width = 32
  80.       Height = 13
  81.       Caption = 'E-Mail:'
  82.       WordWrap = True
  83.       IsControl = True
  84.     end
  85.     object UrlLabel1: TUrlLabel
  86.       Left = 50
  87.       Top = 120
  88.       Width = 219
  89.       Height = 13
  90.       Cursor = 5
  91.       Caption = 'http://www.informatik.uni-trier.de/CIP/marder/'
  92.       Font.Color = clBlue
  93.       Font.Height = -11
  94.       Font.Name = 'MS Sans Serif'
  95.       Font.Style = [fsUnderline]
  96.       ParentFont = False
  97.       PopupMenu = UrlLabel1.
  98.       URL = 'http://www.informatik.uni-trier.de/CIP/marder/treesize.html'
  99.       ActiveColor = clRed
  100.     end
  101.     object UrlLabel2: TUrlLabel
  102.       Left = 50
  103.       Top = 102
  104.       Width = 132
  105.       Height = 13
  106.       Cursor = 5
  107.       Caption = 'marder@explorer.uni-trier.de'
  108.       Font.Color = clBlue
  109.       Font.Height = -11
  110.       Font.Name = 'MS Sans Serif'
  111.       Font.Style = [fsUnderline]
  112.       ParentFont = False
  113.       PopupMenu = UrlLabel2.
  114.       URL = 'mailto:marder@explorer.uni-trier.de'
  115.       ActiveColor = clRed
  116.     end
  117.   end
  118.   object OKButton: TButton
  119.     Left = 118
  120.     Top = 178
  121.     Width = 65
  122.     Height = 26
  123.     Caption = 'OK'
  124.     Default = True
  125.     ModalResult = 1
  126.     TabOrder = 1
  127.     IsControl = True
  128.   end
  129. end
  130.